win32 theme: Fix tooltip borders
authorJaime Velasco Juan <jsagarribay@gmail.com>
Mon, 17 Oct 2016 13:33:47 +0000 (14:33 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 26 Oct 2016 14:25:49 +0000 (16:25 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=773221

gtk/theme/win32/gtk.css

index b9384b769968e12a444ea4ddb5e6136f9bb9b29b..218875e589bd20de0de200c958f8b8ffd68b72d9 100644 (file)
@@ -124,8 +124,8 @@ decoration {
   background-repeat: no-repeat;
 }
 
-/* Unset above settings when the window is a popup menu */
-* window decoration {
+/* Unset above settings when the window is a popup menu or tooltip */
+* window decoration, tooltip decoration {
     all: unset;
 }